
/*

Hi All! This is my first config, I was bored one day and I decided to find out the math behind the plugin, so here goes.  May run a bit slow on some comps, just fiddle with the duration and stuff. Then you can get it to run a bit quicker. Actually, thank you to "My Malia" for the template because I couldn't for the life of me write the basic stuff and have it work, thanks

Hotpockets (Matt Rogers) Rogersm545@hsd.k12.or.us

  */ 

Resn=10,

Durn="3",


CamX="37 * sin( t / 8 )",
CamY="- 20 + 20 * cos( t / 6 )",
CamZ="- 50 + 50 * sin( t / 4 )",

CmLX="0",
CmLY="80",
CmLZ="-25",

C2="1 - dt ^ 3",

R=".8 * D1 * C2",
G="0",
B=".2 * C2",

CUpX="0",
CUpY="0",
CUpZ="1",


// Level Color	(the color of the "present" music sample/wave)
LvlR="d1",
LvlG="d1",
LvlB="d1",

// Just makes the dt=0 linewidth 2
LWdt="1 + sqwv(1+dt)",

widt=590,heig=350,

ConL=1,ConB=1,


C0="sin( dt * 3.5 * PI )",
C1="cos( dt * 3.5 * PI )", 

D0="2 * s - 1",
D1="fft(s)",


X="( 50 - 8 * D1 ) * C0",
Y="( 30 * d0 ) +  140 * dt",
Z="( 8 * D1 - 50 ) * C1",

Scal="500",
ScSz=1,

Pers="60",

Vers=40